home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
x_valin.swf
/
scripts
/
DefineButton2_12
/
BUTTONCONDACTION on(release).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
160 b
|
10 lines
on(release){
if(_root.soundbut.audioon == 1)
{
tellTarget(_root.audioback)
{
gotoAndPlay(_currentframe + 9);
}
}
}